ComponentOne Xamarin.Android
TotalCount Property (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : TotalCount Property
Gets the total number of items in the collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Property TotalCount As Integer
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim value As Integer
 
value = instance.TotalCount
public virtual int TotalCount {get;}
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members